home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
138
/
138.xpi
/
chrome
/
stumbleupon.jar
/
content
/
signinDialog.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-05-22
|
1KB
|
61 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://stumbleupon/locale/stumbleupon.dtd" >
<dialog id="stumble_signin_dialog" title="StumbleUpon Sign-in"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept,cancel,extra1"
ondialogaccept="return doOK();"
ondialogcancel="return doCancel();"
onload="init()">
<stringbundleset id="stringbundleset">
<stringbundle id="bundle_stumble" src="chrome://stumbleupon/locale/stumbleupon.properties"/>
</stringbundleset>
<script type="application/x-javascript" src="signinDialog.js"/>
<spacer height="10px"/>
<grid flex="1">
<columns>
<column flex="2"/>
<column flex="1"/>
</columns>
<rows>
<row>
<vbox align="right">
<spacer flex="1"/>
<label control="username" value="Nickname, E-mail or ID:"/>
<spacer flex="1"/>
</vbox>
<textbox id="username"
type="timed"
timeout="20"
maxlength="64"
oncommand="handle_username_command(this)"/>
</row>
<row>
<vbox align="right">
<spacer flex="1"/>
<label control="password" value="Password:"/>
<spacer flex="1"/>
</vbox>
<textbox id="password"
type="password"
maxlength="16"/>
</row>
</rows>
</grid>
<spacer height="5px"/>
<hbox>
<spacer flex="1"/>
<checkbox id="autologout"
label="Sign-out when I close the browser"
checked="false"/>
</hbox>
<spacer height="10px"/>
</dialog>